object Install1: TInstall1 Left = 79 Top = 105 Hint = 'ECTool the chess play-by-email utility' ActiveControl = EditDirectory BorderIcons = [] BorderStyle = bsDialog Caption = 'ECTool 32 bits Setup' ClientHeight = 273 ClientWidth = 458 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter Scaled = False Visible = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 160 Top = 120 Width = 193 Height = 49 AutoSize = False Caption = 'Wellcome to ECTool Setup. Enter the directory to install ECTool ' + 'or select one by clicking the browse button' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 256 Top = 8 Width = 193 Height = 55 Caption = 'ECTool ' Font.Color = clNavy Font.Height = -48 Font.Name = 'Courier New' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label3: TLabel Left = 344 Top = 56 Width = 80 Height = 31 Caption = 'Setup' Font.Color = clNavy Font.Height = -27 Font.Name = 'Courier New' Font.Style = [fsBold, fsItalic] ParentFont = False end object Button1: TButton Left = 376 Top = 184 Width = 57 Height = 20 Caption = '&Browse' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end object Panel2: TPanel Left = 16 Top = 24 Width = 121 Height = 185 BevelInner = bvRaised BevelOuter = bvLowered BorderStyle = bsSingle Caption = 'Panel2' TabOrder = 2 object Image1: TImage Left = 2 Top = 2 Width = 113 Height = 177 Align = alClient Picture.Data = {} end end object EditDirectory: TEdit Left = 160 Top = 184 Width = 193 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'EditDirectory' end object Button2: TButton Left = 280 Top = 240 Width = 73 Height = 25 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 OnClick = Button2Click end object InstallButton: TButton Left = 368 Top = 240 Width = 73 Height = 25 Caption = '&Install' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = InstallButtonClick end object Panel1: TPanel Left = 16 Top = 224 Width = 425 Height = 2 BevelOuter = bvLowered TabOrder = 5 end object DdeClientConv: TDdeClientConv ServiceApplication = 'PROGMAN' DdeService = 'PROGMAN' DdeTopic = 'PROGMAN' ConnectMode = ddeManual FormatChars = True Left = 16 Top = 240 LinkInfo = ( 'Service PROGMAN' 'Topic PROGMAN') end end